The TimelineEntry<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimelineEntry<(Of <(<'T>)>)> |
An entry in a Timeline.
Includes the value, the time associated with that value and pointers to the previous and next entries
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Next |
The entry after this entry in a timeline
|
![]() | Prev |
The entry before this entry in a timeline
|
![]() | Time |
The time of an entry in a timeline
|
![]() | Value |
The value of an entry in a timeline
|